Method: Rails::Railtie.<=>

Defined in:
lib/rails/railtie.rb

.<=>(other) ⇒ Object

:nodoc:



194
195
196
# File 'lib/rails/railtie.rb', line 194

def <=>(other) # :nodoc:
  load_index <=> other.load_index
end